Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 6d86f6bc67693d5adf625b51e6589cab18456b92


Parents : 6da36e2
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-10T20:15:18-06:00

Remove entries from CommunityInterfacesManager initialization

Changes

1 files changed, 0 insertions(+), 35 deletions(-)


Diff

diff --git a/meshchatx/src/backend/community_interfaces.py b/meshchatx/src/backend/community_interfaces.py
index e2a87757..914e6752 100644
--- a/meshchatx/src/backend/community_interfaces.py
+++ b/meshchatx/src/backend/community_interfaces.py
@@ -6,41 +6,6 @@ from typing import Any
class CommunityInterfacesManager:
def __init__(self):
self.interfaces = [
- {
- "name": "noDNS1",
- "type": "TCPClientInterface",
- "target_host": "202.61.243.41",
- "target_port": 4965,
- "description": "Public TCP Relay",
- },
- {
- "name": "noDNS2",
- "type": "TCPClientInterface",
- "target_host": "193.26.158.230",
- "target_port": 4965,
- "description": "Public TCP Relay",
- },
- {
- "name": "0rbit-Net",
- "type": "TCPClientInterface",
- "target_host": "93.95.227.8",
- "target_port": 49952,
- "description": "Public TCP Relay",
- },
- {
- "name": "Quad4 TCP Node 1",
- "type": "TCPClientInterface",
- "target_host": "rns.quad4.io",
- "target_port": 4242,
- "description": "Public TCP Relay",
- },
- {
- "name": "Quad4 TCP Node 2",
- "type": "TCPClientInterface",
- "target_host": "rns2.quad4.io",
- "target_port": 4242,
- "description": "Public TCP Relay",
- },
{
"name": "RNS Testnet Amsterdam",
"type": "TCPClientInterface",


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────